@charset "utf-8";

/* CSS Document */
.sr_footer {
	background: #000;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	height: 50px;
	bottom: 0;
	min-width: 1320px;
}

.sr_footer_box {
	width: 1320px;
	margin: 0 auto;
	height: 50px;
	position: relative;
	z-index: 2;
}

.sr_footer_logo {
	height: 35px;
	width: 190px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 8px;
	bottom: 16px;
	background-image: url(../images/foot_logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 190px;
}

.sr_footer_cr {
	text-align: center;
	color: #fff;
	line-height: 50px;
	position: relative;
	z-index: 2;
}

.sr_footer_cr a {
	color: #fff;
}

.sr_footer_wlga_icon {
	height: 20px;
	margin-left: 10px;
}

.sr_foot_sj_body {
	position: absolute;
	height: 50px;
	width: 208px;
	top: 0;
	right: 3px;
	z-index: 3;
}

.sr_foot_sj_box {
	position: relative;
	z-index: 3;
	height: 100%;
	width: 100%;
}

.sr_foot_sj_item_body {
	/*	position:relative;
	z-index:3;*/
	height: 100%;
	width: 52px;
	float: left;
	cursor: pointer;
}

.sr_foot_sj_item_body.type_0 {
	background-image: url(../images/QQ1.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.sr_foot_sj_item_body.type_0:hover {
	background-image: url(../images/QQ2.png);
}

.sr_foot_sj_item_body.type_1 {
	background-image: url(../images/wechat1.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.sr_foot_sj_item_body.type_1:hover {
	background-image: url(../images/wechat2.png);
}

.sr_foot_sj_item_body.type_3 {
	background-image: url(../images/address1.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.sr_foot_sj_item_body.type_3:hover {
	background-image: url(../images/address2.png);
}

.sr_foot_sj_item_body.type_4 {
	background-image: url(../images/tel.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.sr_foot_sj_item_body.type_4:hover {
	background-image: url(../images/tel2.png);
}

.sr_foot_sj_item_body:hover {
	background-color: #9e7a4a;
}

.sr_foot_sj_item_body.type_3 .sr_foot_sj_item {
	right: 100px;
}

.sr_foot_sj_item_body.type_4 .sr_foot_sj_item {
	right: 50px;
}

.sr_foot_sj_item {
	position: absolute;
	bottom: 50px;
	z-index: 3;
	right: 0;
	display: none;
}

.sr_foot_sj_item_text {
	position: absolute;
	bottom: 13px;
	z-index: 4;
	right: 0;
	width: 180px;
	text-align: center;
	color: #323232;
	font-size: 12px;
	line-height: 12px;
	cursor: text;
}

.sr_foot_sj_item_text.type_3 {
	font-size: 13px;
	line-height: 16px;
	bottom: 24px;
	width: 160px;
	padding: 0 10px;
}

.sr_foot_sj_item_text.type_4 {
	font-size: 13px;
	line-height: 16px;
	bottom: 44px;
	width: 160px;
	padding: 0 10px;
}

.sr_foot_sj_item_body:hover .sr_foot_sj_item {
	display: block;
}


.sr_address_switcher_container {
	position: absolute;
	bottom: 4px;
	text-align: center;
	width: 100%;
	user-select: none;
}

.sr_address_switcher_container img {
	height: 14px;
	margin: 0 4px;
}

.sr_address_switcher_left_pre {
	display: none;
}

.sr_address_switcher_left {}

.sr_address_switcher_right_pre {}

.sr_address_switcher_right {
	display: none;
}

.sr_address_img_2 {
	display: none;
}

.sr_address_2 {
	display: none;
}
